home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / FTP / Mirror2.3 / mirror.defaults < prev    next >
Encoding:
Text File  |  1994-01-18  |  2.3 KB  |  56 lines

  1. # This is the default mirror settings used by my site:
  2. # src.doc.ic.ac.uk (146.169.2.1)
  3. # This is home of the UKUUG Software Distribution Service
  4. #
  5. # Lee McLoughlin <lmjm@doc.ic.ac.uk>
  6.  
  7. # You should be able to use this at other sites.  You should only have
  8. # to change bits that reference this site so look for doc.ic below.
  9.  
  10. package=defaults
  11.     # The LOCAL hostname - if not the same as `hostname`
  12.     # (I advertise the name src.doc.ic.ac.uk but the machine is
  13.     #  really puffin.doc.ic.ac.uk.)
  14.     hostname=src.doc.ic.ac.uk
  15.     # Keep all local_dirs relative to here
  16.     local_dir=/public/
  17.     remote_password=ukuug-soft@doc.ic.ac.uk
  18.     mail_to=
  19.     # Don't mirror file modes.  Set all dirs/files to these
  20.     dir_mode=0755
  21.     file_mode=0444
  22.     # By defaults files are owned by root.zero
  23.     user=0
  24.     group=0
  25. #    # Keep a log file in each updated directory
  26. #    update_log=.mirror
  27.     update_log=
  28.     # Don't overwrite my mirror log with the remote one.
  29.     # Don't pull back any of their mirror temporary files.
  30.     # Don't touch anything whose name begins with a space!
  31.     # nor any FSP or gopher files...
  32.     exclude_patt=(^|/)(\.mirror$|core$|\.cap|\.in\..*\.$|MIRROR.LOG|#.*#|\.FSP|\.cache|\.zipped|\.notar|\.message|lost+found/|\ )
  33.     # Try to compress everything
  34.     compress_patt=.
  35.     compress_prog=compress
  36.     # Don't compress information files, files that don't benifit from
  37.     # being compressed, files that tell ftpd, gopher, wais... to do things,
  38.     # the sources for compression programs...
  39.     # (Note this is the only regexp that is case insensitive.)
  40.     # z matches compress/pack/gzip, gz for gzip. (built into perl)
  41.     # taz/tgz is compressed or gzipped tar files
  42.     # arc, arj, lzh, zip and zoo are pc and/or amiga archives.
  43.     # sea are mac archives.
  44.     # vms used -z instead of .z.  stupid vms.
  45.     # shk is multimedia? used on apple2s.
  46.     compress_excl+|-z(\d+)?$|\.tgz|_tgz|\.tar\.Z|\.tar\.gz|\.taz$|\.arc$|\.zip$|\.lzh$|\.zoo$|\.exe$|\.lha$|\.zom$|\.gif$|\.jpeg$|\.jpg$|\.mpeg$|\.au$|\.shk$|read.*me|index|info|faq|gzip|compress|(^|/)\.\.?$
  47.     # Don't delete own mirror log, .notar or .cache files (incl in subdirs)
  48. #    delete_excl=(^|/)\.(mirror|notar|cache)$
  49.     # Ignore any local readme and .mirror files
  50.     local_ignore=README.doc.ic|(^|/)\.(mirror|notar)$
  51.     # Automatically delete local copies of files that the
  52.     # remote site has zapped
  53.     do_deletes=true
  54.     max_delete_files=50%
  55.     max_delete_dirs=50%
  56.